From 3ccb6858a84f7da844ef9dd99e6fb65c17c17225 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Oct 2018 16:00:16 +0000 Subject: [PATCH] tools/firmware/Makfile: Respect caller's CONFIG_PV_SHIM This makes it easier to disable the shim build. (In Debian we need to build the shim separately because it needs different compiler flags and a different XEN_COMPILE_ARCH. Signed-off-by: Ian Jackson --- config/Tools.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Tools.mk.in b/config/Tools.mk.in index 23df47af8d..7a3e5773c5 100644 --- a/config/Tools.mk.in +++ b/config/Tools.mk.in @@ -76,4 +76,4 @@ ARGP_LDFLAGS := @argp_ldflags@ FILE_OFFSET_BITS := @FILE_OFFSET_BITS@ -CONFIG_PV_SHIM := @pvshim@ +CONFIG_PV_SHIM ?= @pvshim@ -- 2.30.2